home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / ps40sdk / examples / selection / shape / shape.rc < prev    next >
Encoding:
Text File  |  1996-10-16  |  3.4 KB  |  121 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "Shape-sym.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #define APSTUDIO_HIDDEN_SYMBOLS
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16.  
  17. /////////////////////////////////////////////////////////////////////////////
  18. // English (U.S.) resources
  19.  
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25.  
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // Dialog
  29. //
  30.  
  31. SELECTIONPARAM DIALOG DISCARDABLE  80, 80, 128, 127
  32. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION
  33. CAPTION "Shape"
  34. FONT 8, "MS Sans Serif"
  35. BEGIN
  36.     DEFPUSHBUTTON   "&OK",1,90,3,35,15
  37.     PUSHBUTTON      "&Cancel",2,90,20,35,15
  38.     RTEXT           "Shape:",3,4,6,26,12
  39.     CONTROL         "Tr&iangle",4,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  40.                     37,6,47,11
  41.     CONTROL         "S&quare",5,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  42.                     17,47,11
  43.     CONTROL         "&Circle",6,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  44.                     28,47,11
  45.     CONTROL         "&Star",7,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,39,
  46.                     47,11
  47.     CONTROL         "&Treble",8,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  48.                     50,47,11
  49.     CONTROL         "&Ribbon",9,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  50.                     61,47,11
  51.     CONTROL         "&Note",10,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  52.                     72,47,11
  53.     RTEXT           "Create:",11,5,92,25,12
  54.     CONTROL         "S&election",12,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
  55.                     37,92,46,11
  56.     CONTROL         "&Path",13,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  57.                     102,46,11
  58.     CONTROL         "&Layer",14,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,37,
  59.                     112,46,11
  60. END
  61.  
  62.  
  63. #ifdef APSTUDIO_INVOKED
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // TEXTINCLUDE
  67. //
  68.  
  69. 1 TEXTINCLUDE DISCARDABLE 
  70. BEGIN
  71.     "Shape-sym.h\0"
  72. END
  73.  
  74. 2 TEXTINCLUDE DISCARDABLE 
  75. BEGIN
  76.     "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  77.     "#include ""windows.h""\r\n"
  78.     "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  79.     "\0"
  80. END
  81.  
  82. 3 TEXTINCLUDE DISCARDABLE 
  83. BEGIN
  84.     "#include ""temp\\Shape.pipl""\0"
  85. END
  86.  
  87. #endif    // APSTUDIO_INVOKED
  88.  
  89.  
  90. /////////////////////////////////////////////////////////////////////////////
  91. //
  92. // DESIGNINFO
  93. //
  94.  
  95. #ifdef APSTUDIO_INVOKED
  96. GUIDELINES DESIGNINFO DISCARDABLE 
  97. BEGIN
  98.     "SELECTIONPARAM", DIALOG
  99.     BEGIN
  100.         RIGHTMARGIN, 125
  101.         TOPMARGIN, 3
  102.         BOTTOMMARGIN, 125
  103.     END
  104. END
  105. #endif    // APSTUDIO_INVOKED
  106.  
  107. #endif    // English (U.S.) resources
  108. /////////////////////////////////////////////////////////////////////////////
  109.  
  110.  
  111.  
  112. #ifndef APSTUDIO_INVOKED
  113. /////////////////////////////////////////////////////////////////////////////
  114. //
  115. // Generated from the TEXTINCLUDE 3 resource.
  116. //
  117. #include "temp\Shape.pipl"
  118. /////////////////////////////////////////////////////////////////////////////
  119. #endif    // not APSTUDIO_INVOKED
  120.  
  121.